home *** CD-ROM | disk | FTP | other *** search
- /* File System Errors */
-
- "OPEN_ERROR" = "Unable to open %s. ";
- "CLOSE_ERROR" = "Unable to close %s. ";
- "WRITE_ERROR" = "Unable to write %s. ";
- "READ_ERROR" = "Unable to read %s. ";
- "UNLINK_ERROR" = "Unable to unlink %s. ";
- "STAT_ERROR" = "Unable to stat %s. ";
- "LOCK_ERROR" = "Unable to lock %s. ";
- "FLUSH_ERROR" = "Unable to flush %s. ";
- "SYNC_ERROR" = "Unable to sync %s. ";
- "TRUNCATE_ERROR" = "Unable to truncate %s. ";
-
- "Unable to open folder: %s. ";
- " File system error: %s";
-
- "Not owner";
- "No such file or directory";
- "No such process";
- "Interrupted system call";
- "I/O error";
- "No such device or address";
- "Arg list too long";
- "Exec format error";
- "Bad file number";
- "No children";
- "No more processes";
- "Not enough core";
- "Permission denied";
- "Bad address";
- "Block device required";
- "Mount device busy";
- "File exists";
- "Cross-device link";
- "No such device";
- "Not a directory";
- "Is a directory";
- "Invalid argument";
- "File table overflow";
- "Too many open files";
- "Not a typewriter";
- "Text file busy";
- "File too large";
- "No space left on device";
- "Illegal seek";
- "Read-only file system";
- "Too many links";
- "Broken pipe";
- "Argument too large";
- "Result too large";
- "Operation would block";
- "Operation now in progress";
- "Operation already in progress";
- "Socket operation on non-socket";
- "Destination address required";
- "Message too long";
- "Protocol wrong type for socket";
- "Protocol not available";
- "Protocol not supported";
- "Socket type not supported";
- "Operation not supported on socket";
- "Protocol family not supported";
- "Address family not supported by protocol family";
- "Address already in use";
- "Can't assign requested address";
- "Network is down";
- "Network is unreachable";
- "Network dropped connection on reset";
- "Software caused connection abort";
- "Connection reset by peer";
- "No buffer space available";
- "Socket is already connected";
- "Socket is not connected";
- "Can't send after socket shutdown";
- "Too many references : can't splice";
- "Connection timed out";
- "Connection refused";
- "Too many levels of symbolic links";
- "File name too long";
- "Host is down";
- "No route to host";
- "Directory not empty";
- "Too many processes";
- "Too many users";
- "Disc quota exceeded";
- "Stale NFS file handle";
- "Too many levels of remote in path";
- "Deadlock condition";
- "No record locks available";
- "Device power is off";
- "Device error";
- "Device not initialized";
- "Bad executable (or shared library)";
-